[IA64] linux: ia64 coreMakefile clean up
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Wed, 10 May 2006 21:55:21 +0000 (15:55 -0600)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Wed, 10 May 2006 21:55:21 +0000 (15:55 -0600)
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
linux-2.6-xen-sparse/arch/ia64/xen/drivers/coreMakefile

index a2d0f650bd2fd002446bd32a4e308c3d28eb4f34..053370e914d80ccf57a2f5c50746861f417c9855 100644 (file)
@@ -2,22 +2,16 @@
 # Makefile for the linux kernel.
 #
 
-XENARCH        := $(subst ",,$(CONFIG_XENARCH))
-
-CPPFLAGS_vmlinux.lds += -U$(XENARCH)
-
-$(obj)/vmlinux.lds.S:
-       @ln -fsn $(srctree)/arch/$(XENARCH)/kernel/vmlinux.lds.S $@
-
-
 obj-y   := gnttab.o features.o
 obj-$(CONFIG_PROC_FS) += xen_proc.o
 
 ifeq ($(ARCH),ia64)
 obj-y   += evtchn_ia64.o
 obj-y   += xenia64_init.o
+ifeq ($(CONFIG_XEN_IA64_DOM0_VP),y)
+obj-$(CONFIG_NET)     += skbuff.o
+endif
 else
-extra-y += vmlinux.lds
 obj-y   += reboot.o evtchn.o fixup.o 
 obj-$(CONFIG_SMP)     += smp.o         # setup_profiling_timer def'd in ia64
 obj-$(CONFIG_NET)     += skbuff.o      # until networking is up on ia64